Skip to content

fix: reduce daemon startup recovery noise#21

Merged
jleni merged 1 commit intomainfrom
fix/quiet-daemon-startup
Apr 6, 2026
Merged

fix: reduce daemon startup recovery noise#21
jleni merged 1 commit intomainfrom
fix/quiet-daemon-startup

Conversation

@jleni
Copy link
Copy Markdown
Member

@jleni jleni commented Apr 4, 2026

Summary

  • demote successful daemon startup recovery steps from warn to info/debug
  • keep final unrecovered daemon startup failures at warn
  • add a positive info message when startup succeeds after recovery

Why

The daemon startup coordinator currently logs self-healing cold-start recovery like a failure storm. This change keeps the recovery behavior intact, but narrows warnings to cases where startup is still genuinely failing.

Verification

  • cargo test recover_unhealthy_daemon
  • cargo test wait_for_socket_until_kills_stuck_child_after_timeout

@jleni jleni merged commit d4e07fe into main Apr 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant